home *** CD-ROM | disk | FTP | other *** search
- object scope_observer: Tscope_observer
- Left = 396
- Top = 547
- HelpType = htKeyword
- HelpKeyword = 'Location'
- BorderStyle = bsDialog
- Caption = 'NTC Location panel'
- ClientHeight = 121
- ClientWidth = 257
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'ntc.hlp'
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object observer_panel: TPanel
- Left = 0
- Top = 0
- Width = 257
- Height = 121
- Align = alClient
- TabOrder = 0
- object observatory_group: TGroupBox
- Left = 0
- Top = 0
- Width = 257
- Height = 121
- Caption = 'Observatory '
- TabOrder = 0
- object latitude_label: TLabel
- Left = 8
- Top = 28
- Width = 47
- Height = 13
- Caption = 'Latitude : '
- end
- object longitude_label: TLabel
- Left = 8
- Top = 50
- Width = 70
- Height = 39
- Caption = 'Longitude :'#13#10'(negative east '#13#10'of Greenwich)'
- end
- object time_zone_label: TLabel
- Left = 8
- Top = 96
- Width = 75
- Height = 13
- Caption = 'Time Zone UT+'
- end
- object move_degrees_label: TLabel
- Left = 88
- Top = 8
- Width = 48
- Height = 13
- Caption = 'Degrees'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object move_minutes_label: TLabel
- Left = 144
- Top = 8
- Width = 45
- Height = 13
- Caption = 'Minutes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object move_seconds_label: TLabel
- Left = 200
- Top = 8
- Width = 50
- Height = 13
- Caption = 'Seconds'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object hours_label: TLabel
- Left = 150
- Top = 96
- Width = 28
- Height = 13
- Caption = 'Hours'
- end
- object time_zone_edit: TEdit
- Left = 88
- Top = 92
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '0'
- OnChange = time_zone_editChange
- end
- object longitude_degrees_edit: TEdit
- Left = 88
- Top = 48
- Width = 41
- Height = 21
- TabOrder = 1
- Text = '0'
- OnKeyPress = longitude_degrees_editKeyPress
- end
- object longitude_degrees_up_down: TUpDown
- Left = 129
- Top = 48
- Width = 12
- Height = 21
- Associate = longitude_degrees_edit
- Min = -1
- Max = 360
- TabOrder = 2
- Wrap = True
- OnChanging = longitude_degrees_up_downChanging
- end
- object longitude_minutes_edit: TEdit
- Left = 144
- Top = 48
- Width = 41
- Height = 21
- TabOrder = 3
- Text = '0'
- OnKeyPress = longitude_minutes_editKeyPress
- end
- object longitude_minutes_up_down: TUpDown
- Left = 185
- Top = 48
- Width = 12
- Height = 21
- Associate = longitude_minutes_edit
- Min = -1
- Max = 60
- TabOrder = 4
- Wrap = True
- OnChanging = longitude_minutes_up_downChanging
- end
- object longitude_seconds_edit: TEdit
- Left = 200
- Top = 48
- Width = 41
- Height = 21
- TabOrder = 5
- Text = '0'
- OnKeyPress = longitude_seconds_editKeyPress
- end
- object longitude_seconds_up_down: TUpDown
- Left = 241
- Top = 48
- Width = 12
- Height = 21
- Associate = longitude_seconds_edit
- Min = -1
- Max = 60
- TabOrder = 6
- Wrap = True
- OnChanging = longitude_seconds_up_downChanging
- end
- object time_zone_up_down: TUpDown
- Left = 129
- Top = 92
- Width = 12
- Height = 21
- Associate = time_zone_edit
- Min = -1
- Max = 360
- TabOrder = 7
- Wrap = True
- OnClick = time_zone_up_downClick
- end
- end
- end
- object latitude_degrees_edit: TEdit
- Left = 88
- Top = 24
- Width = 41
- Height = 21
- TabOrder = 1
- Text = '0'
- OnKeyPress = latitude_degrees_editKeyPress
- end
- object latitude_degrees_up_down: TUpDown
- Left = 129
- Top = 24
- Width = 12
- Height = 21
- Associate = latitude_degrees_edit
- Min = -90
- Max = 90
- TabOrder = 2
- Wrap = True
- OnChanging = latitude_degrees_up_downChanging
- end
- object latitude_minutes_edit: TEdit
- Left = 144
- Top = 24
- Width = 41
- Height = 21
- TabOrder = 3
- Text = '0'
- OnKeyPress = latitude_minutes_editKeyPress
- end
- object latitude_minutes_up_down: TUpDown
- Left = 185
- Top = 24
- Width = 12
- Height = 21
- Associate = latitude_minutes_edit
- Min = -1
- Max = 60
- TabOrder = 4
- Wrap = True
- OnChanging = latitude_minutes_up_downChanging
- end
- object latitude_seconds_edit: TEdit
- Left = 200
- Top = 24
- Width = 41
- Height = 21
- TabOrder = 5
- Text = '0'
- OnKeyPress = latitude_seconds_editKeyPress
- end
- object latitude_seconds_up_down: TUpDown
- Left = 241
- Top = 24
- Width = 12
- Height = 21
- Associate = latitude_seconds_edit
- Min = -1
- Max = 60
- TabOrder = 6
- Wrap = True
- OnChanging = latitude_seconds_up_downChanging
- end
- end
-